Auto merge of #3221 - euclio:test-all, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 8 Dec 2016 23:55:15 +0000 (23:55 +0000)
committerbors <bors@rust-lang.org>
Thu, 8 Dec 2016 23:55:15 +0000 (23:55 +0000)
commitfec03d31f27855af2b1c0d45a3f39b46e30983fd
tree3a2ab0799ad708ece6a0b8cc85bc72830db3bf55
parent333a79884d2463b11f279d815284b6406656c949
parentaddbb7e5178d0575b6dc42436e56bbb8392f49be
Auto merge of #3221 - euclio:test-all, r=alexcrichton

Add `--all` flag to `cargo test`

Work towards #2878.

This flag allows a user to test all members of a workspace by using `cargo test --all`. The command is also supported when using a virtual workspace manifest.